home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / JAVA Utilities / JProxy 1.1.0 / EPORTAL / OEM_MAIN.JSP < prev   
Encoding:
Text File  |  2003-04-29  |  3.7 KB  |  122 lines

  1. <%@ page language="java" import="
  2.     java.util.*,
  3.     com.jproxy.site.*"
  4.     errorPage="error-page.jsp"
  5. %>
  6.  
  7. <jsp:useBean id="ses" scope="session" class="com.jproxy.site.JSPSession"/>
  8. <%
  9. ses.request(pageContext);
  10. ses.setNewHit(pageContext, "hits", "ePortal - OEM Partner Managing Console", null);
  11. %>
  12.  
  13. <!-- HEADER -->
  14. <jsp:include page="../header.jsp" flush="true">
  15.   <jsp:param name="name" value="ePortal - OEM Partner Managing Console"/>
  16. </jsp:include>
  17.  
  18. <!-- MAIN PANEL -->
  19. <br>
  20. <table class="h9Verdana" cellpadding="5" width="580" border="0">
  21. <!-- Prolog -->
  22.   <tr>
  23.     <td>
  24.       <span class=".h10VerdanaBold">Welcome to OEM Partner Managing Console SOMEBODY!</span>
  25.       <p>
  26.       The following is a list of your customers for which you've already submited
  27.       a purchase order.
  28.       <p>
  29.       Note, if you're here for the first time the list is initially empty. Please
  30.       create a unique customer name for which you would like to purchase licenses.
  31.       <p>
  32.       To create a new Customer please click
  33.       <a class="h8VerdanaBold" href="<%=JSPRes.path%>/main/eportal/create_customer.jsp">here</a>
  34.       <p>
  35.       <form method=POST action="<%=JSPRes.path%>/main/eportal/oem_main.jsp">
  36.     <table class="h9Verdana" border="1" cellpadding="5" cellspacing="0">
  37.      <tr class="h9VerdanaBold" bgcolor="9c9cff">
  38.            <td>
  39.         <INPUT name="delete_customer" type="submit" value="Delete">
  40.        </td>
  41.        <td>
  42.          Customer Name
  43.        </td>
  44.        <td>
  45.          Customer Details
  46.        </td>
  47.        <td>
  48.          Purchased licenses
  49.        </td>
  50.        <td>
  51.          Action
  52.        </td>
  53.      </tr>
  54. <!-- Customer 1 Begin -->
  55.      <tr>
  56.            <td align="center">
  57.         <INPUT name="selected" type="checkbox">
  58.            </td>
  59.            <td align="left">
  60.         Customer1
  61.            </td>
  62.            <td align="left">
  63.         Details1
  64.            </td>
  65.            <td align="left">
  66.         10
  67.            </td>
  68.            <td align="center">
  69.         <INPUT name="purchase_more" type="submit" value="Buy Licenses">
  70.           </td>
  71.          </tr>
  72. <!-- Customer 1 End -->
  73. <!-- Customer 2 Begin -->
  74.      <tr>
  75.            <td align="center">
  76.         <INPUT name="selected" type="checkbox">
  77.            </td>
  78.            <td align="left">
  79.         Customer2
  80.            </td>
  81.            <td align="left">
  82.         Details2222222222 2222 222222222 22222222222 2222222222 22222222
  83.            </td>
  84.            <td align="left">
  85.         10
  86.            </td>
  87.            <td align="center">
  88.         <INPUT name="purchase_more" type="submit" value="Buy Licenses">
  89.           </td>
  90.          </tr>
  91. <!-- Customer 2 End -->
  92.     </table>
  93.       </form>
  94.       The total number of licenses purchased is TOTAL_NUMBER.
  95.       <p>
  96.       If you have a techincal question please consult our
  97.       <a class="h8VerdanaBold" href="<%=JSPRes.path%>/main/faqs.jsp">FAQ</a> page first.
  98.       <p>
  99.       If you require technical support and your support contract is still valid,
  100.       please submit your TS Request to
  101.       <a class="h8VerdanaBold" href="mailto:<%=JSPRes.techSupport%>?subject=TS Request&body=My%20Partner%20ID:%20
  102. {Your ePortal Login Name}%0d%0a
  103. Question:%0d%0a">this email</a>.
  104.       <p>
  105.       If you think that you've found a bug please submit your finding to this email
  106.       <a class="h8VerdanaBold" href="mailto:<%=JSPRes.techSupport%>?subject=Bug Report&body=My Partner ID:
  107. {Your ePortal Login name}%0d%0a
  108. Product name and version: JProxy Tunnel {your version}%0d%0a
  109. JVM provider and version:%0d%0a
  110. Browser name and version:%0d%0a
  111. AppServer name and version:%0d%0a
  112. Apache/Tomcat/{ServlerEngine} version:%0d%0a
  113. Problem description:%0d%0a
  114. Stack trace:%0d%0a">this email</a>.
  115.      </td>
  116.   </tr>
  117. </table>
  118. <br>
  119.  
  120. <!-- FOOTER -->
  121. <jsp:include page="../footer.jsp" flush="true"/>
  122.